home *** CD-ROM | disk | FTP | other *** search
/ Bath / Bath CDROM.iso / pc / BATH.DXR / Topbar_44.ls < prev    next >
Encoding:
Text File  |  2001-07-26  |  209 b   |  15 lines

  1. global selector, map, count
  2.  
  3. on exitFrame
  4.   cursor(-1)
  5.   loadSite(selector)
  6.   sprite(15).visible = 0
  7.   sprite(11).visible = 0
  8.   if map = VOID then
  9.     createMap()
  10.   else
  11.     showMap()
  12.   end if
  13.   count = 0
  14. end
  15.